-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated motoko examples to functional runtime syntax #1271
Conversation
903bf4d
to
b0d0aea
Compare
e349e2a
to
91f56cd
Compare
.github/workflows/test.yml
Outdated
# "examples/outgoing_http_requests", | ||
# "examples/rejections", | ||
# "examples/motoko_examples/superheroes", # blocked by recursive | ||
# "examples/motoko_examples/whoami", # blocked by postUpgrade |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is whoami not fixed?
|
||
// TODO: Figure out tuples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
@@ -16,8 +16,11 @@ const installationPrincipal = execSync(`dfx identity get-principal`) | |||
.toString() | |||
.trim(); | |||
|
|||
console.log(`installationPrincipal is: ${installationPrincipal}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove debug logs
Blocked by recursive definitions
91f56cd
to
cde7785
Compare
Closes #1249